home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gnome-mag / README < prev   
Encoding:
Text File  |  2007-03-09  |  1.6 KB  |  55 lines

  1. This is gnome-mag version 0.14.2
  2.  
  3. This directory contains the gnome-mag magnification
  4. service definition and sample implementation.
  5.  
  6. For more information about GAIL and accessibility in GNOME, see:
  7.  http://developer.gnome.org/projects/gap
  8.  
  9.  
  10. Standalone Command-line interface
  11. =================================
  12.  
  13. gnome-mag provides a command-line interface for standalone use,
  14. although its primary goal is to provide a set of magnification
  15. services for use by other client applications and assistive 
  16. technologies.
  17.  
  18. For information on the "magnifier" command=line utility, type
  19.  
  20. "magnifier --help" or "magnifier --usage" after installing
  21. gnome-mag.
  22.  
  23.  
  24. Dependencies
  25. ============
  26.  
  27. In order to get CVS gnome-mag installed on your system, you need to have
  28. the most recent CVS versions of libbonobo installed as well.
  29. Note that gnome-mag also requires gtk+ and gnome-commonr.
  30.  
  31. Building
  32. ========
  33.  
  34. To compile a CVS version of libgail-gnome on your system, you will 
  35. need to take several steps to setup the tree for compilation.  You 
  36. can do all these steps at once by running:
  37.  
  38.         cvsroot/gnome-mag# ./autogen.sh
  39.  
  40. Basically this does the following for you:
  41.  
  42.         cvsroot/gnome-mag# aclocal; automake; autoconf
  43.  
  44.         The above commands create the "configure" script.  Now you
  45.         can run the configure script in cvsroot/gnome-mag to create all
  46.         the Makefiles.
  47.  
  48. Before running autogen.sh or configure, make sure you have libtool
  49. in your path.
  50.  
  51. Note that autogen.sh runs configure for you.  If you wish to pass
  52. options like --prefix=/usr to configure you can give those options
  53. to autogen.sh and they will be passed on to configure.
  54.  
  55.